home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / Karaoke 5 37.9 / karaoke5.exe / {app} / karaoke.exe / 0 / RCDATA / TFRXXLSEXPORTDIALOG / TFRXXLSEXPORTDIALOG.txt
Encoding:
Text File  |  2010-01-24  |  4.0 KB  |  203 lines

  1. object frxXLSExportDialog: TfrxXLSExportDialog
  2.   Left = 318
  3.   Top = 174
  4.   ActiveControl = OkB
  5.   BorderStyle = bsDialog
  6.   Caption = 'Export to Excel'
  7.   ClientHeight = 284
  8.   ClientWidth = 277
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object OkB: TButton
  24.     Left = 118
  25.     Top = 255
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.   end
  33.   object CancelB: TButton
  34.     Left = 198
  35.     Top = 255
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 1
  42.   end
  43.   object GroupPageRange: TGroupBox
  44.     Left = 4
  45.     Top = 4
  46.     Width = 269
  47.     Height = 121
  48.     Caption = ' Page range  '
  49.     TabOrder = 2
  50.     object DescrL: TLabel
  51.       Left = 12
  52.       Top = 82
  53.       Width = 249
  54.       Height = 29
  55.       AutoSize = False
  56.       Caption = 
  57.         'Enter page numbers and/or page ranges, separated by commas. For ' +
  58.         'example, 1,3,5-12'
  59.       WordWrap = True
  60.     end
  61.     object AllRB: TRadioButton
  62.       Left = 12
  63.       Top = 20
  64.       Width = 153
  65.       Height = 17
  66.       HelpContext = 108
  67.       Caption = 'All'
  68.       Checked = True
  69.       TabOrder = 0
  70.       TabStop = True
  71.     end
  72.     object CurPageRB: TRadioButton
  73.       Left = 12
  74.       Top = 40
  75.       Width = 149
  76.       Height = 17
  77.       HelpContext = 118
  78.       Caption = 'Current page'
  79.       TabOrder = 1
  80.     end
  81.     object PageNumbersRB: TRadioButton
  82.       Left = 12
  83.       Top = 60
  84.       Width = 77
  85.       Height = 17
  86.       HelpContext = 124
  87.       Caption = 'Pages:'
  88.       TabOrder = 2
  89.     end
  90.     object PageNumbersE: TEdit
  91.       Left = 92
  92.       Top = 58
  93.       Width = 165
  94.       Height = 21
  95.       HelpContext = 133
  96.       TabOrder = 3
  97.       OnChange = PageNumbersEChange
  98.       OnKeyPress = PageNumbersEKeyPress
  99.     end
  100.   end
  101.   object GroupQuality: TGroupBox
  102.     Left = 4
  103.     Top = 128
  104.     Width = 269
  105.     Height = 105
  106.     Caption = ' Quality properties '
  107.     TabOrder = 3
  108.     object MergeCB: TCheckBox
  109.       Left = 140
  110.       Top = 20
  111.       Width = 121
  112.       Height = 17
  113.       Caption = 'Merge cells'
  114.       Checked = True
  115.       State = cbChecked
  116.       TabOrder = 0
  117.     end
  118.     object WCB: TCheckBox
  119.       Left = 140
  120.       Top = 40
  121.       Width = 121
  122.       Height = 17
  123.       Caption = 'WYSIWYG'
  124.       Checked = True
  125.       State = cbChecked
  126.       TabOrder = 1
  127.     end
  128.     object ContinuousCB: TCheckBox
  129.       Left = 12
  130.       Top = 20
  131.       Width = 121
  132.       Height = 17
  133.       Caption = 'Continuous'
  134.       Checked = True
  135.       State = cbChecked
  136.       TabOrder = 2
  137.     end
  138.     object PicturesCB: TCheckBox
  139.       Left = 12
  140.       Top = 40
  141.       Width = 121
  142.       Height = 17
  143.       Caption = 'Pictures'
  144.       Checked = True
  145.       State = cbChecked
  146.       TabOrder = 3
  147.     end
  148.     object AsTextCB: TCheckBox
  149.       Left = 12
  150.       Top = 60
  151.       Width = 121
  152.       Height = 17
  153.       Caption = 'As Text'
  154.       Checked = True
  155.       State = cbChecked
  156.       TabOrder = 4
  157.     end
  158.     object BackgrCB: TCheckBox
  159.       Left = 140
  160.       Top = 60
  161.       Width = 121
  162.       Height = 17
  163.       Caption = 'Background'
  164.       Checked = True
  165.       State = cbChecked
  166.       TabOrder = 5
  167.     end
  168.     object FastExpCB: TCheckBox
  169.       Left = 12
  170.       Top = 80
  171.       Width = 121
  172.       Height = 17
  173.       Caption = 'Fast export'
  174.       TabOrder = 6
  175.     end
  176.     object PageBreaksCB: TCheckBox
  177.       Left = 140
  178.       Top = 80
  179.       Width = 121
  180.       Height = 17
  181.       Caption = 'Page breaks'
  182.       Checked = True
  183.       State = cbChecked
  184.       TabOrder = 7
  185.     end
  186.   end
  187.   object OpenExcelCB: TCheckBox
  188.     Left = 12
  189.     Top = 236
  190.     Width = 257
  191.     Height = 17
  192.     Caption = 'Open Excel after export'
  193.     Checked = True
  194.     State = cbChecked
  195.     TabOrder = 4
  196.   end
  197.   object SaveDialog1: TSaveDialog
  198.     Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
  199.     Left = 184
  200.     Top = 32
  201.   end
  202. end
  203.